home *** CD-ROM | disk | FTP | other *** search
- body {
- color: #333333;
- background-color: #ffffff;
- margin: 0;
- background-repeat: repeat-y;
- line-height: 1.4em;
- }
-
- p {
- margin: 0;
- padding: 0;
- }
-
- a {
- border-bottom: 1px dashed;
- text-decoration: none;
- }
-
- a:hover {
- border-bottom: 1px solid;
- }
-
- .convo_container {
- width: 100%;
- padding-bottom: 6px;
- }
-
- .container {
- padding-top: 4px;
- border-top: 1px dotted #ccc;
- }
-
- .container_next {
- padding-top: 2px;
- }
-
- .container, .container_next {
- padding-left: 16px;
- padding-right: 8px;
- padding-bottom: 0px;
- margin-left: 0px;
- padding-bottom: 5px;
- }
-
- .fromstatus {
- float: left;
- padding-right: 7px;
- position: relative;
- top: 2px;
- }
-
- .next_label {
- /*font-size: 16px;*/
- /*font-family: Helvetica;*/
- /*font-weight: normal;*/
- position: relative;
- top: 0px;
- left: -12px;
- text-align: right;
- width: 10px;
- float: left;
- margin-right: -10px;
- }
-
- .sender {
- text-align: left;
- }
-
- .sender, .fromstatus {
- font-size: 13px;
- /*font-family: Helvetica;*/
- font-weight: bold;
- }
-
- .sender, .next_label {
- overflow: hidden;
- }
-
- .time_initial {
- color: #9F9F9F;
- float: right;
- text-align: right;
- padding-left: 6px;
- font-size: 11px;
- /*font-family: Helvetica;*/
- }
-
- .message {
- overflow: auto;
- }
-
- .context_message {
- color: #999;
- }
-
- .message, .context_message {
- width: auto;
- text-align: left;
- }
-
- .indent {
- text-indent: 12px;
- }
-
- .clear {
- clear: both;
- }
-
- .buddyicon img {
- float: left;
- margin-top: 2px;
- margin-right: 6px;
- width: 24px;
- height: 24px;
- border-color: #CCCCCC;
- border-width: 1px;
- }
-
- .fadedimage {
- opacity:0.5;
- filter:alpha(opacity=50);
- }
- .buddyicon img[src="Incoming/buddy_icon.png"], .buddyicon img[src="Outgoing/buddy_icon.png"] {
- display: none;
- }
-
- .placeholder {
- margin-left: 30px;
- }
-
- .placeholder[visible="Incoming/buddy_icon.png"], .placeholder[visible="Outgoing/buddy_icon.png"] {
- margin-left: 0;
- }
-
- .placeholder_next {
- margin-left: 30px;
- }
-
- .placeholder_next[visible="images/buddy_icon.jpg"], .placeholder_next[visible="images/buddy_icon.jpg"] {
- margin-left: 0;
- }
-
- img {
- vertical-align: middle;
- top: -3px;
- }
-
- #Chat {
- overflow: hidden;
- }
-
- #header {
- position: fixed;
- top: 0px;
- left: 0px;
- right: 0px;
- margin: 0;
- padding: 5px;
- overflow: auto;
- color: white;
- /*font-family: sans-serif;*/
- text-align: center;
- font-size: 13px;
- background: rgba(0,0,0,.85);
- z-index: 999;
- }
-